Skip to content

feat: link addresses, tx hashes, and blocks to blockchain explorers#38

Closed
wmagev wants to merge 2 commits into
entrius:testfrom
wmagev:feat/explorer-links
Closed

feat: link addresses, tx hashes, and blocks to blockchain explorers#38
wmagev wants to merge 2 commits into
entrius:testfrom
wmagev:feat/explorer-links

Conversation

@wmagev

@wmagev wmagev commented Apr 18, 2026

Copy link
Copy Markdown

Adds getExplorerUrl(chain, type, value) mapping BTC → blockchain.com (address/tx) and TAO → taostats.io (account/block). CopyableAddress splits the single click-to-copy behavior into two affordances: the label becomes an explorer link when chain is provided, and a dedicated copy IconButton handles clipboard separately.

Wires chain/type through EventFeed, MinerRatesTable, SwapTracker, and SwapDetailPage so hotkeys, source/dest tx hashes, and block numbers in the timeline are all jump-to-explorer links.

Fixes #37
after

wmagev added 2 commits April 18, 2026 22:14
Adds getExplorerUrl(chain, type, value) mapping BTC → blockchain.com
(address/tx) and TAO → taostats.io (account/block). CopyableAddress
splits the single click-to-copy behavior into two affordances: the
label becomes an explorer link when chain is provided, and a dedicated
copy IconButton handles clipboard separately.

Wires chain/type through EventFeed, MinerRatesTable, SwapTracker, and
SwapDetailPage so hotkeys, source/dest tx hashes, and block numbers in
the timeline are all jump-to-explorer links.
- Link `reservedUntil` block and event-history block numbers to taostats
- Drop explorer link on tracker card addresses to fix nested <a> DOM warning
@wmagev

wmagev commented Apr 20, 2026

Copy link
Copy Markdown
Author

@LandynDev Ready for review

@anderdc anderdc added the enhancement New feature or request label Apr 21, 2026
@anderdc

anderdc commented May 19, 2026

Copy link
Copy Markdown
Collaborator

Fix conflicts.

@e35ventura

Copy link
Copy Markdown
Collaborator

fix conflicts

@anderdc anderdc closed this Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Link blockchain addresses, tx hashes, and blocks to explorers

3 participants